home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19990422-19990725 / 000259_news@columbia.edu _Fri Jul 9 10:20:07 1999.msg < prev    next >
Internet Message Format  |  1999-07-23  |  5KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA19339
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 9 Jul 1999 10:20:07 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA07874
  7.     for kermit.misc@watsun.cc.columbia.edu; Fri, 9 Jul 1999 10:16:56 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: Any progress on K95 GUI?
  11. Date: 9 Jul 1999 14:16:55 GMT
  12. Organization: Columbia University
  13. Message-ID: <7m508n$7m0$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <u9yagqyolt.fsf@wcl-l.bham.ac.uk>,
  17. Brian McCauley  <B.A.McCauley@bham.ac.uk> wrote:
  18. : Now I know the web site says:
  19. : When will the GUI version be available? 
  20. :     As soon as we finish working on it. It is a very big
  21. :     job. All previous estimates of availability have proven
  22. :     somewhat overoptimistic so we will refrain from setting
  23. :     dates until we can do so with confidence.
  24. : But this web page also says "As of: 20 February 1997".
  25. : That's almost two and a half years!
  26. : I don't want to to be accused of nagging but we've heard
  27. : hardly anything in all that time.
  28. : Even if Frank, Jeff and co. don't want to set dates it would
  29. : be good if they could at least confirm or deny that it's
  30. : still being worked on?
  31. It is still being worked on.  Version 1.1.18 will be available in a
  32. pure-GUI form -- no console window anywhere.  But by popular demand
  33. (yes, really) it will also still be available in a console version.
  34.  
  35. The pure-GUI version of 1.1.18 will have the same user interface as
  36. before: Commands, rather than thousands of dialog boxes.  This "Text
  37. GUI" will solve numerous problems caused by bugs and limitations in
  38. the Windows 95/98 (and to some extent, NT) Console environment:
  39.  
  40.  . Clicking the [X] box will work as expected in Windows 95/98
  41.    (Win 95/98 Console applications do not receive any notification
  42.    when this happens, and so can not clean up and release resources). 
  43.  
  44.  . Scroll bars can be used for scrollback in the terminal and
  45.    command screens (Console applications can not "see" the
  46.    scrollbars).
  47.  
  48.  . Unicode fonts can be used for display of many languages at
  49.    once (not possible in Windows 95/98 Console windows).
  50.  
  51.  . Font preferences can be saved (Console applications are not
  52.    allowed to "see" the font selection or font list).
  53.  
  54.  . The window or font can be resized by dragging the corner of
  55.    the window (Console applications are not notified of this
  56.    kind of event).
  57.    
  58.  . The terminal emulator can do true underlining and double-high /
  59.    wide characters (not possible in Console applications because
  60.    they have no access to the font).
  61.  
  62. The "full GUI" is taking a long time, because each day something else
  63. comes up that seems to be more important.  Some examples include:
  64.  
  65.  . Security, authentication, encryption.
  66.  . Script programming improvements too numerous to list here.
  67.  . Euro readiness.
  68.  . An Internet downloadable time-expiring demo version.
  69.  . A "prettier" installation procedure.
  70.  . Thousands of small improvements in terminal emulation,
  71.    printer support, character sets, file transfer, etc. 
  72.  
  73. The first two have occupied most of our time this past year.  Security
  74. is, as you all know, an increasing concern if not an urgent matter,
  75. at most sites, and K95 1.1.18 along with some collateral developments
  76. that we've also been involved with, will offer some relief.  Security
  77. is a particularly knotty issue because of USA export law, various other
  78. legal and patent issues, and the rapidly changing political and standards
  79. landscape, requiring participation in a daunting range of activities
  80. that have little to do cranking out code -- code is the easy part!
  81.  
  82. We have, all this time, committed ourselves to production of a full GUI
  83. version of K95, and we are still committed to it.  However, it might help 
  84. to understand better exactly why people want it.
  85.  
  86. Over the past several years, it has seemed to me that two of the main
  87. advantages of K95 over most other products are:
  88.  
  89.  . The script language.
  90.  
  91.  . The availability of compatible Kermit programs (and script
  92.    languages) for other platforms such as UNIX, VMS, and DOS.
  93.  
  94. These features, of course, have nothing to do with GUIs.  So, to help
  95. us in our planning, I'd like to know -- in specific, detailed terms --
  96. what exactly do people expect of the GUI?  What GUI features will you
  97. use that are not already slated for 1.1.18 and that are not in the
  98. Dialer?  How would you rank the desirabality of these features over
  99. actual functional improvements such as:
  100.  
  101.  . IBM 3270 and 5250 emulation
  102.  . Tektronix and Sixel graphics terminal emulation
  103.  . Other frequently requested emulations
  104.  . Windows CE support
  105.  . An API allowing control by other Windows apps
  106.  . Chinese/Japanese/Korean terminal emulation
  107.  . Web scripting
  108.  . Built-in FTP client
  109.  
  110. To start the ball rolling, I think it is apparent that for ease of use, a
  111. simple popup for making connections (and authenticating) is desirable,
  112. similar to what you see on the General page of a Dialer entry.
  113.  
  114. Beyond that, what?
  115.  
  116. - Frank